home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / SET / STATUS_FORMAT < prev    next >
Encoding:
Text File  |  1993-05-13  |  3.0 KB  |  79 lines

  1. Usage: SET STATUS_FORMAT <format description for status line>
  2.   Setting the variable allows you to alter the appearance of the
  3.   status line.  Certain special characters are recognized in
  4.   this format line and replaced with various bits of status line
  5.   information.  Each of these special characters is preceeded by
  6.   a '%'.  Here is a list of these characters:
  7.        N          Your current nickname.
  8.        C          Your current channel.
  9.        R          Current window refnum or name.
  10.        W          Value of STATUS_WINDOW variable. *
  11.        +          Value of STATUS_MODE variable. *
  12.        Q          Value of STATUS_QUERY variable. *
  13.        I          Value of STATUS_INSERT variable. *
  14.        S          Value of STATUS_SERVER variable. *
  15.        F          Value of STATUS_NOTIFY variable. *
  16.        O          Value of STATUS_OVERWRITE variables. *
  17.        A          Value of STATUS_AWAY variable. *
  18.        T          Value of STATUS_CLOCK variable. *
  19.        U          Value of STATUS_USER variable. *
  20.        X Y Z      Value of STATUS_USER1,2,3 variables. *
  21.        H          Value of STATUS_HOLD variable. *
  22.        *          Value of STATUS_OPER variable. *
  23.        @          Value of STATUS_CHANOP variable. *
  24.        M          Value of STATUS_MAIL variable. *
  25.        #      Value of STATUS_UMODE variable.
  26.        B      Value of STATUS_HOLD_LINES variable. *
  27.        V          Current IRCII version
  28.        >          Makes anything beyond it right justified.
  29.        %          Replaced by %
  30.  
  31.   Those marked with * are only displayed in the status line when
  32.   certain conditions are met.  Please get help on the variables
  33.   mentioned above for specifics about each one.
  34.  
  35.   For example, the standard default IRCII status line format
  36.   looks like this:
  37.  
  38.   %T[%R] %*%@%N %S%H%Q%A%C%+%I%O%M%U %W
  39.   which when expanded for the nickname Dae on the channel #blue
  40.   [1] @Dae on #blue (+tn) * type /help for help 
  41.  
  42.   The window number %R is 1
  43.   The nickname %N is Dae   and Dae is a channel op %@  @
  44.   Dae is on channel %C #blue
  45.   The mode %+ calls up the contents of the STATUS_MODE variable
  46.       and displays the channel modes, (+ps)
  47.   The end of the status_format $U expands to the contents of
  48.       STATUS_USER which contains.. "* type /help for help"
  49.   
  50.   Everything else is ignored unless it's needed.
  51.  
  52.   You can now include text modification characters
  53.   (^B, ^V, ^_ and ^O) in STATUS_FORMAT. If you change
  54.   the format at the start of STATUS_FORMAT, you will
  55.   have to do it again after any %C or %U, as these
  56.   both reset it to reverse video.
  57.  
  58. See Also:  
  59.   SET STATUS_AWAY
  60.   SET STATUS_CHANNEL
  61.   SET STATUS_CHANOP
  62.   SET STATUS_CLOCK
  63.   SET STATUS_DQUERY
  64.   SET STATUS_FORMAT
  65.   SET STATUS_HOLD
  66.   SET STATUS_HOLD_LINES
  67.   SET STATUS_INSERT
  68.   SET STATUS_MAIL
  69.   SET STATUS_MODE
  70.   SET STATUS_NOTIFY
  71.   SET STATUS_OPER
  72.   SET STATUS_OVERWRITE
  73.   SET STATUS_QUERY
  74.   SET STATUS_SERVER
  75.   SET STATUS_UMODE
  76.   SET STATUS_USER
  77.   SET STATUS_WINDOW
  78.   SET CLOCK
  79.